object FrmSaveWorkspace: TFrmSaveWorkspace Left = 392 Top = 317 BorderStyle = bsDialog Caption = 'Save Workspace' ClientHeight = 134 ClientWidth = 363 Color = clBtnFace Font.Charset = ANSI_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Tahoma' Font.Style = [] OldCreateOrder = False Position = poMainFormCenter OnCreate = FormCreate OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object lblCaption: TLabel Left = 55 Top = 12 Width = 298 Height = 45 AutoSize = False Caption = 'Do you want to restore the opened documents in the next session ' + 'of Twistpad? ' WordWrap = True end object Image1: TImage Left = 10 Top = 13 Width = 32 Height = 32 AutoSize = True Picture.Data = {} Transparent = True end object Image2: TImage Left = 8 Top = 88 Width = 32 Height = 32 AutoSize = True Picture.Data = {} Transparent = True Visible = False end object Button1: TButton Left = 66 Top = 96 Width = 70 Height = 25 Caption = '&Yes' Default = True ModalResult = 6 TabOrder = 0 end object Button2: TButton Left = 151 Top = 96 Width = 70 Height = 25 Caption = '&No' ModalResult = 7 TabOrder = 1 end object Button3: TButton Left = 236 Top = 96 Width = 70 Height = 25 Cancel = True Caption = 'Cancel' ModalResult = 2 TabOrder = 2 end object CheckBox1: TCheckBox Left = 55 Top = 56 Width = 234 Height = 17 Caption = 'Do not ask again (always save workspace)' TabOrder = 3 end end